long xLeftPosition;
x coordinate of left column-guide in twips
long xRightPosition;
x coordinate of right column-guide in twipsExample. To set column guides, use the PColumnGuides command.
PGetColumnGuides colGuides;
for (short i = colGuides.Count(); i > 0; --i) {
width = colGuides.xRightPosition - colGuides.xLeftPosition;
colGuides++;
}
Comments or suggestions? Contact Adobe Developer Support